home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3794 / 3794.xpi / chrome / skin / photoupload / editimage.css next >
Cascading Style Sheet File  |  2009-08-13  |  571b  |  37 lines

  1. body {
  2.   margin: 0;
  3.   padding: 0;
  4. }
  5.  
  6. #tagHighlight {
  7.   position: absolute;
  8.   border:solid 7px #D8DFEA;
  9. }
  10.  
  11. #tagHighlightInside {
  12.   border: solid 2px #3B5998;
  13.   width: 166px;
  14.   height: 166px;
  15. }
  16.  
  17. img {
  18.   position: absolute;
  19.   margin: auto;
  20.   top: 0px; bottom: 15px;
  21.   left: 0px; right: 15px;
  22.   /* Keep this in sync with the #editImageFrame rule in photoupload.css */
  23.   max-width: 400px;
  24.   max-height: 250px;
  25.   -moz-box-shadow: gray 10px 10px 10px;
  26.   border: 1px solid grey;
  27.   cursor: crosshair;
  28. }
  29.  
  30. #tagHighlight, img {
  31.   cursor: crosshair;
  32. }
  33.  
  34. *[hidden] {
  35.   display: none;
  36. }
  37.